projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ef90e
)
(byte-compile-insert-header): If compiling for vers 18,
author
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jul 1995 19:03:26 +0000
(19:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 30 Jul 1995 19:03:26 +0000
(19:03 +0000)
arrange to set current-load-list when loadingthe file.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index fccba021a8e0bbadf5640a4b2d8b2a34be600c9e..dd832fae11e3be1fa85c7ab79666bd954e617b2f 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1410,8
+1410,10
@@
With argument, insert value in current buffer after the form."
1 -1)
(if byte-compile-dynamic-docstrings
"' was compiled for Emacs 19.29 or later\"))\n\n"
- "' was compiled for Emacs 19\"))\n\n")
- )))
+ "' was compiled for Emacs 19\"))\n\n"))
+ (insert "(or (boundp 'current-load-list) (setq current-load-list nil))\n"
+ "\n")
+ ))
(defun byte-compile-output-file-form (form)